ESRI.ArcGIS.Mobile
GetAttachments(Generic IList) Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.FeatureCaching Namespace > AttachmentManager Class > GetAttachments Method : GetAttachments(Generic IList) Method

fids
Gets the list of attachment infos for the list of feature Ids.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetAttachments( _
   ByVal fids As IList(Of Integer) _
) As IList(Of Attachment)
C# 
public IList<Attachment> GetAttachments( 
   IList<int> fids
)

Parameters

fids

Remarks

This method is just to get the information about the attachments. If you want to download the actual attachment files from an ArcGIS Server, refer to FeatureAttachmentSyncAgent.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.